Putting SQLPlus on Linux is an easy procedure that requires obtaining the Oracle Instant Client packages through download, configuring environment variables, and linking to your Oracle database.
Go to Oracle Linux x86-64 instant clients download page. Download the matching client. Install. Set environment variables in your ~/.bash_profile. Reload your .bash_profile by simply typing source ~/.bash_profile (suggested by jbass) or Log-out user and l
SQL*Plus is a command-line tool that provides access to the Oracle RDBMS. SQL*Plus enables you to: Enter SQL*Plus commands to configure the SQL*Plus environment Startup and shutdown an Oracle database Connect to an Oracle database Enter and execute SQL co